Skip to content

Latest commit

 

History

History

web

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Linwood Style Web

This is the web package for Linwood Style. It is a pure (S)CSS package that can be used to style web pages.

Click here to see a preview of the style.

Installation

npm install @linwooddev/style

Usage

@use '@linwooddev/style';

Use @use with to customize the style.

@use '@linwooddev/style' with (
  $primary-color: red
);

Click here to see all the variables that can be customized.