author | title | date |
---|---|---|
James Ackman |
Custom bootstrap CSS |
2017-08-01 06:38:09 -0700 |
libcss– Screen and print styles for app/site content. Currently the styles are based off of customized Bootstrap v3.3.7 less configurations with no remote imports/dependencies. If npm is not installed locally see Installing node, npm
Install in a local directory-- an npm postinstall script will take care of prompting you on where to make a symlink (e.g. ln -s ./libcss $mydir/mywebapp/css
) and creating it so that you will have an alias called 'css' the rootdir of your web app/site. This is useful for making custom local editing/configuration/testing of the less stylesheet:
mydir='/path/to/my/projects'
cd $mydir
npm install https://github.com/ackmanlab/libcss.git
Clone to a local directory:
git clone https://github.com/ackmanlab/libcss.git
cd libcss
npm install #same as 'npm run buildcss' or node buildcss.js
cd libcss
npm run buildcss