Skip to content

Releases: KhomsiAdam/SASS-Architecture

SASS Architecture v1.0.2

23 Nov 13:26
Compare
Choose a tag to compare

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.

SASS Architecture v1.0.1

09 Nov 16:29
Compare
Choose a tag to compare

scss/abstracts/_mixins.scss :

  • Fixed button mixing variable $text-color not matching argument $font-color.

scss/base/_utilities.scss :

  • Changed name of text align, box-shadow classes.
  • Modified container max-width value.

scss/pages/ :

  • Made home.scss a partial, added _index.scss partial.

SASS Architecture v1.0.0

02 Nov 19:19
Compare
Choose a tag to compare

SASS Architecture based on the 7-1 architecture to be used as a starter template for frontend project development.