Point to fonts on generic style.gsc.org.uk domain
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
File deleted
This diff is collapsed.
File deleted
File deleted
{ | ||
"name": "@gsc/bootstrap", | ||
"version": "1.1.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" | ||
} | ||
"name": "@gsc/bootstrap", | ||
"version": "2.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", | ||
"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": "^6.1.0" | ||
}, | ||
"devDependencies": { | ||
"autoprefixer": "^9.4.8", | ||
"bootstrap": "^4.3.1", | ||
"clean-css-cli": "^4.2.1", | ||
"node-sass": "^4.11.0", | ||
"postcss-cli": "^6.1.1" | ||
} | ||
} |
This diff is collapsed.
Please register or sign in to comment