Skip to content

SASS Architecture v1.0.2

Latest
Compare
Choose a tag to compare
@KhomsiAdam KhomsiAdam released this 23 Nov 13:26

scss/abstracts/_mixins.scss :

  • Changed underscores to hyphens for various mixin names.

scss/abstracts/_functions.scss :

  • Renamed the sass variables function to ss-var() to not conflict with the CSS native var() function.

scss/base/_main.scss :

  • Moved the class load-variables that exports SASS variables to JavaScript with the js/modules/variables.js module to it's own SCSS file partial scss/abstracts/_export.scss.