1.2.6 • Published 8 days ago

@webpixels/css v1.2.6

Weekly downloads
-
License
MIT
Repository
github
Last release
8 days ago

Install via npm

For most projects (and to take advantage of the customization features), you'll want to install Webpixels CSS and its peer-dependencies via npm.

npm install @webpixels/css@latest bootstrap@latest --save-dev

This will automatically install the latest Bootstrap version, so you don't need to do that manually.

Create the Sass files

In your scss folder create two new files and name them:

  • main.scss
  • utility.scss

Import the base styles and components

In your main.scss, you’ll import the source Sass files. Bootstrap is automatically loaded when you use the source files, so you don't need to worry about what Bootstrap files should you incorporate in your styles.

@import "@webpixels/css/base";
@import "@webpixels/css/forms";

// Load all the components
@import "@webpixels/css/components";

or pick the parts you need:

@import "@webpixels/css/base";
@import "@webpixels/css/forms";

// Load only the components you use
@import "@webpixels/css/components/alerts";
@import "@webpixels/css/components/avatars";
@import "@webpixels/css/components/buttons";
@import "@webpixels/css/components/navbars";
@import "@webpixels/css/components/cards";

Click here to see the complete list of available components.

Import the utility classes

In Webpixels CSS you'll notice that we don't create custom styles, but rather make use of the utility classes. We are using the new Bootstrap Utility API to generate a comprehensive list of classes.

In your utility.scss you'll import all the utilities:

@import "@webpixels/css/utilities";

Documentation

Check out our documentation website.

Integrations

If you want to see how it works, check out these functional examples of using Bootstrap and Webpixels CSS in common JS frameworks like Webpack, Parcel, Vite, and more!

See all integrations

Detailed UI components library

Explore, copy, use and mix hundreds of carefully crafted components made just for Bootstrap.

Explore components

Beautiful designer-made templates

Get your new web design project started with these amazing templates, or copy and paste elements into your existing projects to give them a creative boost.

Explore templates

Community

Get updates on the development of our CSS tool and chat with the project maintainers and community members.

Thank you

License

Made with ❤️ by Webpixels. Webpixels CSS is open-sourced software licensed under the MIT license.

2.0.0-beta.22

8 days ago

2.0.0-beta.21

22 days ago

2.0.0-beta.20

3 months ago

2.0.0

7 months ago

2.0.0-beta.11

7 months ago

2.0.0-beta.10

8 months ago

2.0.0-beta.15

7 months ago

2.0.0-beta.14

7 months ago

2.0.0-beta.13

7 months ago

2.0.0-beta.12

7 months ago

2.0.0-beta.19

6 months ago

2.0.0-beta.18

6 months ago

2.0.0-beta.17

6 months ago

2.0.0-beta.16

7 months ago

2.0.0-beta.9

8 months ago

2.0.0-beta.8

8 months ago

2.0.0-beta.7

8 months ago

2.0.0-beta.2

10 months ago

2.0.0-beta.1

10 months ago

2.0.0-beta.0

10 months ago

2.0.0-beta.6

9 months ago

2.0.0-beta.5

10 months ago

2.0.0-beta.4

10 months ago

2.0.0-beta.3

10 months ago

2.0.0-beta11

7 months ago

1.2.0

2 years ago

1.2.6

12 months ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

2 years ago

1.1.93

2 years ago

1.2.12

2 years ago

1.2.13

2 years ago

1.2.11

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.92

2 years ago

1.1.91

2 years ago

1.1.81

2 years ago

1.1.85

2 years ago

1.1.84

2 years ago

1.1.83

2 years ago

1.1.82

2 years ago

1.1.89

2 years ago

1.1.88

2 years ago

1.1.87

2 years ago

1.1.86

2 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.2

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago