Skip to content

marcwieland95/reset

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Miux-Reset

These are simple reset styles to get started on your next frontend project. It uses ideas from all major resets stylesheets like Eric Meyers Reset and html5doctor.com Reset Stylesheet, but just includes the absolute necessary styles.

Package Manager

The package is available npm.

Add the package to your package.json file by typing this command into your terminal:

NPM

npm install miux-reset --save

Yarn

yarn add miux-reset

... or add the following line inside 'dependencies'to your package.json:

"miux-reset": "^2.0.0"

Usage

SCSS/CSS

import '../../node_modules/miux-reset/reset.css';
/* other imports and more styles */

Styled Components (React)

import miuxReset from "miux-reset";

const GlobalStyle = createGlobalStyle`
  ${miuxReset}
  /* other styles */
`;

Version

1.0.0

  • Reset styles based on SCSS

2.0.0

  • Plain CSS file for easy import and usage everywhere
  • Stripped bower support

Contributor

Miux is a small agency in Chur, the eastern part of Switzerland.

The developers behind are:

If you like the styles give a shout-out and tell us.

About

Simple reset styles

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 100.0%