GithubHelp home page GithubHelp logo

any86 / 5a.css Goto Github PK

View Code? Open in Web Editor NEW
61.0 6.0 23.0 1.3 MB

:snowflake: 一个css组件库

Home Page: https://any86.github.io/5a.css/

License: MIT License

HTML 11.06% JavaScript 12.61% SCSS 76.33%
ui component design scss css

5a.css's Introduction

5a.css

一个组件css库, 开发中...

demo

在手机上看

image

安装

npm i 5a.css -S

使用

import '5s.css';

子模块

引入5a.css的部分功能:

@5a.css/mixins

基于scss的mixin

@import '@5a.css/minins';

@5a.css/heplers

常用css样式

@import '@5a.css/heplers';

@5a.css/functions

常用scss函数

@import '@5a.css/functions';

5a.css's People

Contributors

any86 avatar

Stargazers

Zhazha_JiaYiZhen avatar  avatar taillib avatar  avatar  avatar CYF avatar Wang_5715 avatar fullyouth avatar  avatar 陆小果 avatar  avatar  avatar  avatar haigeno1 avatar  avatar 86driver avatar  avatar 李冉 avatar  avatar Chace Xie avatar MAYRAIN avatar  avatar  avatar  avatar x_s avatar Fanchennan avatar  avatar zuozuo avatar  avatar 大麦大 avatar luo jiyin avatar 社会主义核心价值观 avatar ForCherry avatar nxl avatar nebel avatar  avatar boli8 avatar  avatar 德巍 avatar 王帅雪 avatar rp.wang avatar Baby Chin avatar Liumy avatar  avatar 咸鸭蛋_boy avatar  avatar tan661 avatar 不止是前端 avatar Keith avatar jszhou avatar xream avatar Doctor Lee avatar  avatar zss avatar 像树一样成长! avatar buzzzzz avatar zuopf769 avatar lee avatar  avatar TwqYa avatar giraffe avatar

Watchers

James Cloos avatar  avatar TwqYa avatar whatlife avatar  avatar 咸鸭蛋_boy avatar

5a.css's Issues

还可以加

我有搞一个类似的基于less的mixin

等边三角形都加了,直角三角形,正方形,圆形也得加吧

常用的布局也可以加,比如
.wrap() {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.fixedBottom(@height:auto) {
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: @height;
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.