mirror of
https://github.com/miawinter98/just-short-it.git
synced 2024-11-10 03:59:53 +00:00
removed: bulma
This commit is contained in:
parent
a7160dbd80
commit
1bf491380c
|
@ -8,14 +8,6 @@
|
|||
<DockerfileContext>.</DockerfileContext>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Remove="compilerconfig.json" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="compilerconfig.json" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.0" />
|
||||
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[
|
||||
{
|
||||
"outputFile": "wwwroot/css/index.css",
|
||||
"inputFile": "wwwroot/css/index.sass"
|
||||
}
|
||||
]
|
|
@ -1,71 +0,0 @@
|
|||
{
|
||||
"compilers": {
|
||||
"less": {
|
||||
"autoPrefix": "",
|
||||
"cssComb": "none",
|
||||
"ieCompat": true,
|
||||
"math": null,
|
||||
"strictMath": false,
|
||||
"strictUnits": false,
|
||||
"relativeUrls": true,
|
||||
"rootPath": "",
|
||||
"sourceMapRoot": "",
|
||||
"sourceMapBasePath": "",
|
||||
"sourceMap": false
|
||||
},
|
||||
"sass": {
|
||||
"autoPrefix": "",
|
||||
"loadPaths": "",
|
||||
"style": "expanded",
|
||||
"relativeUrls": true,
|
||||
"sourceMap": false
|
||||
},
|
||||
"nodesass": {
|
||||
"autoPrefix": "",
|
||||
"includePath": "",
|
||||
"indentType": "space",
|
||||
"indentWidth": 2,
|
||||
"outputStyle": "nested",
|
||||
"precision": 5,
|
||||
"relativeUrls": true,
|
||||
"sourceMapRoot": "",
|
||||
"lineFeed": "",
|
||||
"sourceMap": false
|
||||
},
|
||||
"stylus": {
|
||||
"sourceMap": false
|
||||
},
|
||||
"babel": {
|
||||
"sourceMap": false
|
||||
},
|
||||
"coffeescript": {
|
||||
"bare": false,
|
||||
"runtimeMode": "node",
|
||||
"sourceMap": false
|
||||
},
|
||||
"handlebars": {
|
||||
"root": "",
|
||||
"noBOM": false,
|
||||
"name": "",
|
||||
"namespace": "",
|
||||
"knownHelpersOnly": false,
|
||||
"forcePartial": false,
|
||||
"knownHelpers": [],
|
||||
"commonjs": "",
|
||||
"amd": false,
|
||||
"sourceMap": false
|
||||
}
|
||||
},
|
||||
"minifiers": {
|
||||
"css": {
|
||||
"enabled": true,
|
||||
"termSemicolons": true,
|
||||
"gzip": false
|
||||
},
|
||||
"javascript": {
|
||||
"enabled": true,
|
||||
"termSemicolons": true,
|
||||
"gzip": false
|
||||
}
|
||||
}
|
||||
}
|
11
package-lock.json
generated
11
package-lock.json
generated
|
@ -6,7 +6,6 @@
|
|||
"": {
|
||||
"dependencies": {
|
||||
"autoprefixer": "^10.4.16",
|
||||
"bulma": "^0.9.4",
|
||||
"cssnano": "^6.0.1",
|
||||
"daisyui": "^4.4.0",
|
||||
"postcss": "^8.4.31",
|
||||
|
@ -257,11 +256,6 @@
|
|||
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
||||
}
|
||||
},
|
||||
"node_modules/bulma": {
|
||||
"version": "0.9.4",
|
||||
"resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.4.tgz",
|
||||
"integrity": "sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ=="
|
||||
},
|
||||
"node_modules/camelcase-css": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
|
||||
|
@ -2288,11 +2282,6 @@
|
|||
"update-browserslist-db": "^1.0.13"
|
||||
}
|
||||
},
|
||||
"bulma": {
|
||||
"version": "0.9.4",
|
||||
"resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.4.tgz",
|
||||
"integrity": "sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ=="
|
||||
},
|
||||
"camelcase-css": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"autoprefixer": "^10.4.16",
|
||||
"bulma": "^0.9.4",
|
||||
"cssnano": "^6.0.1",
|
||||
"daisyui": "^4.4.0",
|
||||
"postcss": "^8.4.31",
|
||||
|
|
|
@ -1,51 +0,0 @@
|
|||
/* ditching the roundings */
|
||||
$radius-small: 0px
|
||||
$radius: 0px
|
||||
$radius-large: 0px
|
||||
|
||||
/**/
|
||||
$primary: hsl(257, 45%, 36%)
|
||||
$secondary: hsl(140, 70%, 40%)
|
||||
$secondary-light: hsl(140, 70%, 50%)
|
||||
$secondary-dark: hsl(140, 70%, 20%)
|
||||
|
||||
$weight-light: 600
|
||||
$weight-normal: 600
|
||||
$weight-medium: 600
|
||||
$weight-semibold: 800
|
||||
$weight-bold: 800
|
||||
|
||||
$link: $secondary
|
||||
$link-hover: $secondary-dark
|
||||
|
||||
$scheme-main: hsl(0, 0%, 8%)
|
||||
$scheme-main-bis: hsl(0, 0%, 4%)
|
||||
$scheme-main-ter: hsl(0, 0%, 0%)
|
||||
|
||||
$text: $secondary
|
||||
$text-light: $secondary-light
|
||||
$text-strong: $secondary-light
|
||||
|
||||
/* bulma generates the colors, so we have to overwrite them */
|
||||
a.button.is-primary,
|
||||
button.button.is-primary
|
||||
color: $text-strong !important
|
||||
|
||||
nav.navbar.is-primary
|
||||
box-shadow: none !important
|
||||
.navbar-item
|
||||
color: $text-strong !important
|
||||
|
||||
root, html, body
|
||||
letter-spacing: 0.05rem
|
||||
|
||||
/* TODO check what we need here and ditch the rest */
|
||||
/* don't judge me */
|
||||
@import "../../node_modules/bulma/sass/utilities/_all"
|
||||
@import "../../node_modules/bulma/sass/base/_all"
|
||||
@import "../../node_modules/bulma/sass/elements/_all"
|
||||
@import "../../node_modules/bulma/sass/form/_all"
|
||||
@import "../../node_modules/bulma/sass/components/_all"
|
||||
@import "../../node_modules/bulma/sass/grid/_all"
|
||||
@import "../../node_modules/bulma/sass/helpers/_all"
|
||||
@import "../../node_modules/bulma/sass/layout/_all"
|
Loading…
Reference in a new issue