N°2847 - Add Bulma SCSS lib.

This commit is contained in:
Molkobain
2020-07-27 14:46:31 +02:00
parent 8999108fe3
commit d56f6e684a
68 changed files with 59 additions and 1 deletions

View File

@@ -17,4 +17,4 @@
*/
@import "bulma-variables-overload";
@import "../../../lib/bulma-scss/bulma";
@import "../../../node_modules/bulma-scss/bulma";

53
node_modules/bulma-scss/package.json generated vendored Normal file
View File

@@ -0,0 +1,53 @@
{
"_from": "bulma-scss",
"_id": "bulma-scss@0.9.0-1",
"_inBundle": false,
"_integrity": "sha512-cOZFITkQii6YT0ff+P9FDTORFd2UquRzqb38CHYXVLHQDbiqKJG8cmmYzRXjA7jvEVkQy7I4897CVVG7XYeAkw==",
"_location": "/bulma-scss",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "bulma-scss",
"name": "bulma-scss",
"escapedName": "bulma-scss",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/bulma-scss/-/bulma-scss-0.9.0-1.tgz",
"_shasum": "af7af26d927076c66d09cd979aacfd8feef16b35",
"_spec": "bulma-scss",
"_where": "C:\\wamp64\\apps\\itop\\dev-trunk",
"author": {
"name": "Jim Campbell"
},
"bugs": {
"url": "https://github.com/j1mc/bulma-scss/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "The Bulma CSS Framework files converted to SCSS syntax",
"homepage": "https://github.com/j1mc/bulma-scss#readme",
"keywords": [
"bulma",
"css",
"scss",
"flexbox"
],
"license": "MIT",
"main": "bulma.scss",
"name": "bulma-scss",
"repository": {
"type": "git",
"url": "git+https://github.com/j1mc/bulma-scss.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.9.0-1"
}

5
package-lock.json generated
View File

@@ -7,6 +7,11 @@
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.4.4.tgz",
"integrity": "sha512-1oO6+dN5kdIA3sKPZhRGJTfGVP4SWV6KqlMOwry4J3HfyD68sl/3KmG7DeYUzvN+RbhXDnv/D8vNNB8168tAMg=="
},
"bulma-scss": {
"version": "0.9.0-1",
"resolved": "https://registry.npmjs.org/bulma-scss/-/bulma-scss-0.9.0-1.tgz",
"integrity": "sha512-cOZFITkQii6YT0ff+P9FDTORFd2UquRzqb38CHYXVLHQDbiqKJG8cmmYzRXjA7jvEVkQy7I4897CVVG7XYeAkw=="
},
"tippy.js": {
"version": "6.2.5",
"resolved": "https://registry.npmjs.org/tippy.js/-/tippy.js-6.2.5.tgz",