Skip to content

Latest commit

 

History

History
executable file
·
44 lines (28 loc) · 933 Bytes

README.md

File metadata and controls

executable file
·
44 lines (28 loc) · 933 Bytes

####Usages

git clone git@github.com:bowen31337/sass-server.git

cd sass-server

npm install yarn -g

yarn install

yarn run sass-server

####Studio Setup

Responsive Skin CSS URL : http://localhost:8000/css/main.css
(webroot:'sass-server')

####Working SCSS

add your custom scss in

sass/_style.scsss
sass/_variables.scss

####Peak Version 17.1

####Notes if chrome is complaing about loading unsafe script on the address bar, tick it, so the local css can work. use chrome dev tool for Live SASS /in-browser Sass editing, please refer to this article other reload tips

!function(t){t("head link").each(function(){0===t(this).attr("href").indexOf("http://localhost:8000")&&t(this).attr("href","http://localhost:8000/css/main.css?v"+Math.random())})}(LITHIUM.jQuery);