Releases: foundation/octophant
Releases · foundation/octophant
Version 1.0.0
Unleash the Octophant!
- Variables are no longer commented out. This is to avoid Sass errors around variables not being defined.
- Added an
imports
option to define Sass@import
statements at the top of the file. - Added a
sort
option to float specific sections to the top of the file.
Version 0.2.0
This is an overhaul of the library.
- Use SassDoc for comment parsing instead of ghetto regular expressions
- Smarter section name generation
- Unit tests!
Remaining things to do before 1.0:
- Switch from
sassdoc
toscss-comment-parser
(more lightweight) - Allow for ordering of sections
- Allow for sub-groups
- A CLI interface
Version 0.1.0
This is the original version of the Foundation settings parser, currently used in Foundation for Apps 1.x.