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

@webpixels/css

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webpixels/css - npm Package Compare versions

Comparing version 2.0.0-beta.13 to 2.0.0-beta.14

2

examples/parcel/package.json

@@ -16,3 +16,3 @@ {

"@popperjs/core": "^2.11.6",
"@webpixels/css": "^2.0.0-beta.12",
"@webpixels/css": "^2.0.0-beta.13",
"bootstrap": "^5.3.2"

@@ -19,0 +19,0 @@ },

@@ -1,7 +0,2 @@

// Import only the Bootstrap components we need
import { Util, Dropdown, Offcanvas, Popover } from 'bootstrap';
// Create an example popover
document.querySelectorAll('[data-bs-toggle="popover"]').forEach(popover => {
new Popover(popover)
})
// Import all of Bootstrap's JS
import * as bootstrap from 'bootstrap'

@@ -20,5 +20,5 @@ {

"@popperjs/core": "^2.11.6",
"@webpixels/css": "^1.2.11",
"bootstrap": "^5.2.2"
"@webpixels/css": "^2.0.0-beta.13",
"bootstrap": "^5.3.2"
}
}
// Import our custom CSS
import '../scss/main.scss'
import '../scss/utility.scss'
// Import only the Bootstrap components we need
import { Dropdown, Offcanvas, Popover } from 'bootstrap';
// Create an example popover
document.querySelectorAll('[data-bs-toggle="popover"]')
.forEach(popover => {
new Popover(popover)
})
// Import all of Bootstrap's JS
import * as bootstrap from 'bootstrap'
const path = require('path')
import autoprefixer from 'autoprefixer';
export default {
root: path.resolve(__dirname, 'src'),
build: {
outDir: '../dist'
},
server: {
port: 8080,
hot: true
},
css: {
postcss: {
plugins: [
autoprefixer
],
}
},
}
port: 8080
}
}
{
"name": "@webpixels/css",
"description": "Utility and component-centric design system based on Bootstrap for fast, responsive UI development.",
"version": "2.0.0-beta.13",
"version": "2.0.0-beta.14",
"version_short": "2.0",

@@ -6,0 +6,0 @@ "license": "MIT",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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

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

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