First build
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
dist/bootstrap.css
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
dist/bootstrap.css.map
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
dist/bootstrap.min.css
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
dist/bootstrap.min.css.map
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
File added
This source diff could not be displayed because it is too large. You can view the blob instead.
File added
File added
font/ProximaNova-Bold.eot
0 → 100644
File added
font/ProximaNova-Bold.svg
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
font/ProximaNova-Bold.ttf
0 → 100644
File added
font/ProximaNova-Bold.woff
0 → 100644
File added
gsc.scss
0 → 100644
package.json
0 → 100644
{ | |||
"name": "gsc-bootstrap", | |||
"version": "1.0.0", | |||
"description": "A GSC-themed version of the Bootstrap CSS framework", | |||
"main": "index.js", | |||
"repository": "https://git.gsc.org.uk/utils/gsc-bootstrap", | |||
"author": "Ben Galloway <ben.galloway@gsc.org.uk>", | |||
"license": "MIT", | |||
"private": true, | |||
"scripts": { | |||
"build": "yarn run dist", | |||
"dist": "yarn run css && cp -r font dist/", | |||
"css": "yarn run css-compile && yarn run css-prefix && yarn run css-minify", | |||
"css-compile": | |||
"node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 gsc.scss dist/bootstrap.css", | |||
"css-prefix": "postcss --config postcss.config.js --replace \"dist/*.css\" \"!dist/*.min.css\"", | |||
"css-minify": | |||
"cleancss --level 1 --source-map --source-map-inline-sources --output dist/bootstrap.min.css dist/bootstrap.css" | |||
}, | |||
"files": ["dist"], | |||
"peerDependencies": { | |||
"reactstrap": "^5.0.0" | |||
}, | |||
"devDependencies": { | |||
"autoprefixer": "^8.3.0", | |||
"bootstrap": "^4.0.0", | |||
"clean-css-cli": "^4.1.11", | |||
"node-sass": "^4.8.3", | |||
"postcss-cli": "^5.0.0" | |||
} | |||
} |
postcss.config.js
0 → 100644
scss/_gsc-fonts.scss
0 → 100644
scss/_gsc-variables.scss
0 → 100644
yarn.lock
0 → 100644
Please register or sign in to comment