• Skip to main content
  • Skip to primary sidebar

Web Development Archive

  • Archive
  • Notes
  • About
  • Contact
You are here: Home / Archives for SASS

SASS

Visual Studio Code with Live Server and Live SASS Compiler on Localhost

Filed Under: Other Tagged With: SASS

Live Sass Compiler settings.json

"liveSassCompile.settings.formats":[
     {
         "format": "compressed",
         "savePath": "/assets/css"
     }
 ]

Filed Under: CSS Tagged With: SASS

Darken and lighten color with SASS

//Variables
 $base: #3acec2;
 $base-dark: darken($base, 25%);
 $base-light: lighten($base, 25%);
 $complement: complement($base);
 $complement-light: lighten($complement, 10%);

Filed Under: CSS Tagged With: SASS

Primary Sidebar

Tags

Ajax Analytics Animation API attributes calc Card click combinators CSS Date DOM es5 es6 fetch filter flexbox FontAwesome Git gradient Grid GSAP hover htaccess ipad jQuery json landing layout masonry Parallax PHP recaptcha SASS selecltors selectors shadow SimpleBar skew SQL sticky SVG toggle video

Disclosure: Some of the links in this site are affiliate links. I will be paid a commission if you use this link to make a purchase.

  • Privacy Policy / Terms of Service
© 2022 WP Flames - All Right Reserved