Carlos Mercado

Results 6 issues of Carlos Mercado

Currently when we export using: ``` sass-export test/scss/_annotations.scss -o exported.json ``` You should get this [output](https://raw.githubusercontent.com/plentycode/sass-export/develop/exported-examples/annotations.json) We are aiming to have this JSON output: (this is also related to Issues:...

enhancement
help wanted
Hacktoberfest

Currently `mixins` and `functions' are being bundle up in a mixins property. We need them to have their own property. ``` mixins: [] functions: [] ``` Don't forget to update:...

enhancement
help wanted
Hacktoberfest
major

Currently we only support SCSS syntax. We'll need Indented syntax: http://sass-lang.com/documentation/file.INDENTED_SYNTAX.html Don't forget to update: - [ ] source code - [ ] unit tests - [ ] documentation -...

enhancement
help wanted
major

Proposed implementation: - The importer has predefined languages but the consumer can still override these translations ```ts const customTranslations: { jp: { "Upload": "アップロード", "Browse files": "ファイルを参照", }, pt: {...

In order to support older versions of React (17.x) we will need to downgrade Chakra UI to the 1.8 version since the 2.0 we were using was causing issues.. Includes...