Skip to content

LESS mixins and constants that will supercharge your next web or native project with ace typography, font stacks and solid colour naming scheme

Notifications You must be signed in to change notification settings

designerzen/b.less

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

b.less

A collection of LESS Mixins that provides mixins, shortcuts and useful constants for developing websites and native applications.

Why?

There are not many libraries that focus on fonts, typography and native OS specific styles but this one does. I wrote and collated this data for use in projects far and wide.

Usage :

There are 2 different ways to use this library...

1. Import the library into your main less file ```import url(b.less)```

2. Use the independent library files in the ```mixins/``` folder

Files included :

b.less - _compiled class containing all the mixins and constants_

mixins/
	colour.less - _colour mixins_
	colour.native.less - _OS colour palette_
	colour.palette.less - _Loads of colours with predefined names_
	font.less - _Mixins and shorthands_
	font.i18n.less - _Internationalised base fonts_
	font.native.less - _Fonts currently used by the operating system_
	font.stacks.less - _Fallback fonts and predefined stacks_
	print.less - _A useful mixin for adding in print styles_
	typography.less - _Mixins for typography_
	utilities.less - _common layout and image mixins_

build/
	scripts used by package.json file to create the library

Build :

Credits :

About

LESS mixins and constants that will supercharge your next web or native project with ace typography, font stacks and solid colour naming scheme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages