Skip to content

prod3v3loper/less-mixins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LESS MIXINS (crossbrowser)

Language Codacy Badge Mixin size Code size Repo size License

LESS mixin repository for crossbrowser

Firefox Chrome InternetExplorer Opera Safari

A curated list of awesome Less mixins

Tests Preview

This repository has some Less-Mixins for you:

@mixins
@extra

Usage

General Usage

In general you should include the file mixin.less in build into your project less folder structur and use the mixins as suggested in the docs for each mixin.

@import
@import 'your-less-folder/mixin.less';
@use
.class {
    
    .box-shadow();
    .box-sizing();
}

Contribute

Please file an issue if you think something could be improved. Please submit Pull Requests when ever possible.

Built with

NetBeans - NetBeans editor for error-free code

Authors

Samet Tarim - All works

License

GNU - prod3v3loper