Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@brixtol/bootstrap

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brixtol/bootstrap - npm Package Compare versions

Comparing version 1.2.1 to 1.4.0

sass/_code.scss

35

package.json
{
"name": "@brixtol/bootstrap",
"version": "1.2.1",
"version": "1.4.0",
"private": false,

@@ -32,22 +32,29 @@ "description": "Stripped bootstrap grid and utilities",

"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@brixtol/eslint-config": "^1.1.0",
"@11ty/eleventy": "^1.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0",
"@brixtol/browserslist-config": "^1.1.0",
"@brixtol/eslint-config": "^1.2.4",
"@brixtol/prettier-config": "^1.2.0",
"@brixtol/rollup-config": "^1.5.0",
"postcss": "^8.3.6",
"sass": "^1.41.1",
"stylelint": "^13.13.1",
"autoprefixer": "^10.4.7",
"concurrently": "^7.1.0",
"cssnano": "^5.1.7",
"postcss": "^8.4.13",
"postcss-cli": "^9.1.0",
"sass": "^1.51.0",
"stylelint": "^14.8.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-scss": "^3.21.0"
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-scss": "^4.2.0"
},
"dependencies": {
"bootstrap": "^5.1.1"
"bootstrap": "^5.1.3"
},
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c --environment prod",
"serve": "netlify dev --port 65211",
"11ty:build": "pnpm eleventy",
"11ty": "pnpx eleventy --serve --watch"
"dev": "rm -rf docs && concurrently \"pnpm run 11ty:watch\" \"pnpm run sass:watch\"",
"build": "rm -rf docs && pnpm run 11ty:build && pnpm run sass:build && postcss docs/bootstrap.css -r --no-map",
"sass:build": "sass --load-path=node_modules/bootstrap/scss/ index.scss docs/bootstrap.css --no-source-map",
"sass:watch": "sass --load-path=node_modules/bootstrap/scss/ index.scss docs/bootstrap.css --no-source-map --watch",
"11ty:watch": "eleventy --config .eleventy.cjs --serve --watch",
"11ty:build": "eleventy --config .eleventy.cjs"
}
}

46

readme.md

@@ -7,3 +7,3 @@ # @brixtol/bootstrap

We here at [Brixtol](https://github.com/brixtol) leverage the bootstrap grid system and its utiltities in various public facing web applications with custom naming convention for classes. We found it extrenous having to constantly overwrite defaults and wanted a single point of control which we can depend upon.
We here at [Brixtol](https://github.com/brixtol) leverage the bootstrap grid system and its utilities in various public facing web applications with custom naming convention for classes. We found it extraneous having to constantly overwrite defaults and wanted a single point of control which we can depend upon.

@@ -625,3 +625,3 @@ ## Install

#### FONT STYLE<kbd>font-stylr</kbd>
#### FONT STYLE<kbd>font-style</kbd>

@@ -641,14 +641,20 @@ - `.italic`

- `.text-lowercase`
- `.text-uppercase`
- `.text-capitalize`
- `.text-none`
- `.lower`
- `.upper`
- `.upcase`
- `.uncase`
#### TEXT ALIGN <kbd>text-align</kbd>
- `.text-left`
- `.text-center`
- `.text-right`
- `.text-justify`
- `.tl-*`
- `.tc-*`
- `.tr-*`
- `.tj-*`
#### TEXT DECORATION <kbd>text-decoration</kbd>
- `.underline`
- `.strike`
- `.undecorate`
#### BORDER <kbd>border</kbd>

@@ -690,12 +696,12 @@

- `.radius`
- `.radius-1`
- `.radius-2`
- `.radius-3`
- `.radius-pill`
- `.radius-circle`
- `.radius-top`
- `.radius-right`
- `.radius-bottom`
- `.radius-left`
- `.rad`
- `.rad-1`
- `.rad-2`
- `.rad-3`
- `.rad-pill`
- `.rad-circle`
- `.rad-top`
- `.rad-right`
- `.rad-bottom`
- `.rad-left`

@@ -702,0 +708,0 @@ #### SPINNER

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc