Skip to content

Releases: Cyber-Duck/hoisin.scss

Breakpoints update

18 Aug 18:33
Compare
Choose a tag to compare

Default breakpoints have been updated to better match common screen sizes

Fixed a couple of bugs with spans

12 Jun 16:43
Compare
Choose a tag to compare

Removed a wrong max-width on spans

Completely Revamped

12 Jun 15:59
Compare
Choose a tag to compare

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

17 May 14:39
Compare
Choose a tag to compare

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

17 May 08:11
Compare
Choose a tag to compare

Just a small release to get the Gulpfile to handle Sass error and not stop each time.

Conditional grids

09 May 12:32
Compare
Choose a tag to compare

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

09 Apr 19:48
Compare
Choose a tag to compare
  • 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

06 Nov 15:54
Compare
Choose a tag to compare

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

19 Aug 14:59
Compare
Choose a tag to compare

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

03 Aug 14:13
Compare
Choose a tag to compare

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.