Releases: Cyber-Duck/hoisin.scss
Breakpoints update
Fixed a couple of bugs with spans
Removed a wrong max-width on spans
Completely Revamped
This new version makes use of new Sass syntax changes, which requires Dart Sass 1.3 and up.
The grid system has been changed completely to use CSS Grid Module and all grid classes have been updated to reflect the new way.
Removed some older classes not used, and removed prefixes + a few unnecessary mixins that were used for browser prefixing, we rather leave this now to post-processing.
Fixed grid issues
Fixed issue with grid,
Added max-width for medium and small grids
Added hide/show classes for all breakpoints.
Samples file updated.
Gulp handling Sass errors
Just a small release to get the Gulpfile to handle Sass error and not stop each time.
Conditional grids
We have added a boolean variable to control if the grid system CSS should output all the classes or not, true by default. If semantic grid is preferred, use this variable to prevent grid classes from being created and generate your own CSS using the grid functions.
Also, removed the sample styles from the main styles CSS file.
Several improvements
- Added autoprefixer to the build system
- Added a mixin for media queries (respond-to, needs documentation)
- Cleaned files
- Fixed Gulpfile
- Updated gulp and plugins
- Added minified version of compiled css
- Moved sourcemaps to their own folder
Now we have Functions
We've added a new functions file with a few basic functions, including basic color functions and a new way to use grid values on any selector.
Improved small and medium grids
We have applied the same approach from large, of using the same gutter at both sides of the columns, and add it also to the container. This makes the internal gutters the same size as the external.
Renamed grid classes and updated folder structure
We have changed the folder structure the reflect they way we work now. Removed the separate stylesheet and created component/page files that include their own breakpoints.