1.1.4 • Published 5 days ago

@abw/badger-css v1.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
5 days ago

Badger CSS

Modern, minimal CSS presets.

You've probably heard of CSS reset stylesheets that provide sensible defaults for HTML elements to smooth out some of the inconsistencies between browsers. And no doubt you're aware of the plethora of fully-featured CSS toolkits that implement all manner of styles for UI components.

Badger CSS sits somewhere between the two. It provides some sensible presets for HTML elements that you can use out of the box and expect to get reasonable results. It's highly configurable and is really designed to be a starting point for building your own CSS stylesheets, design systems and UI toolkits.

Documentation Website

See the website for documentation and demonstrations.

https://abw.github.io/badger-css/

Getting Started

Add the @abw/badger-css module to your project using your favourite package manager.

## using npm
$ npm add @abw/badger-css

## using yarn
$ yarn add @abw/badger-css

## using pnpm
$ pnpm add @abw/badger-css

You can then import the CSS file into your site or application.

For example, to import it into a React app running under Vite, Next.js, etc., you can import the stylesheet directly into your application.

import '@abw/badger-css/styles/badger.css';

If you're using SASS / SCSS then you can import the main SCSS source file into your stylesheet.

@import '@abw/badger-css/styles/badger.scss';

Configuration Options

There are lots. This documentation is TODO.

Notes for Maintainers

Check out the repository.

$ git clone https://github.com/abw/badger-css.git
$ cd badger-css

Install the dependencies.

$ pnpm install

To run the development server.

$ pnpm dev

To build for production.

$ pnpm build

To build the documentation.

$ pnpm build:docs

To preview the documentation.

$ pnpm preview

Check source code for formatting errors.

$ pnpm lint

Author

Andy Wardley

1.1.1

5 days ago

1.1.4

5 days ago

1.1.3

5 days ago

1.1.2

5 days ago

1.0.20

8 days ago

1.1.0

7 days ago

1.0.19

11 days ago

1.0.18

13 days ago

1.0.17

16 days ago

1.0.16

16 days ago

1.0.15

17 days ago

1.0.11

21 days ago

1.0.10

21 days ago

1.0.14

20 days ago

1.0.13

20 days ago

1.0.12

20 days ago

1.0.9

22 days ago

1.0.8

22 days ago

1.0.7

23 days ago

1.0.6

28 days ago

1.0.5

29 days ago

1.0.4

1 month ago

1.0.2

1 month ago

1.0.1

1 month ago

1.0.0

1 month ago

1.0.3

1 month ago

0.2.22

1 month ago

0.2.21

1 month ago

0.2.20

3 months ago

0.2.19

3 months ago

0.2.18

4 months ago

0.2.17

4 months ago

0.2.16

5 months ago

0.2.15

5 months ago

0.2.14

5 months ago

0.2.13

5 months ago

0.2.12

5 months ago

0.2.11

5 months ago

0.2.10

5 months ago

0.2.9

5 months ago

0.1.10

6 months ago

0.1.11

6 months ago

0.1.12

6 months ago

0.1.13

6 months ago

0.1.14

6 months ago

0.1.15

6 months ago

0.2.1

6 months ago

0.2.0

6 months ago

0.2.7

6 months ago

0.1.16

6 months ago

0.1.8

6 months ago

0.2.6

6 months ago

0.1.17

6 months ago

0.2.8

6 months ago

0.1.9

6 months ago

0.2.3

6 months ago

0.2.2

6 months ago

0.2.5

6 months ago

0.2.4

6 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.7

7 months ago

0.1.4

7 months ago

0.1.3

7 months ago

0.1.6

7 months ago

0.1.5

7 months ago

0.1.0

7 months ago

0.0.14

7 months ago

0.0.13

7 months ago

0.0.12

7 months ago

0.0.11

7 months ago

0.0.10

7 months ago

0.0.9

8 months ago

0.0.8

9 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago