Git Product home page Git Product logo

hyper's Introduction

Hyper

Build Status

logo

Hyper: A component-first CSS design system.

Folder Detail

  • 1. settings: Global variables, theme confing and typography settings, etc.
  • 2. base: Low-specificity, far-reaching rulesets (e.g. normalize, typography, fonts).
  • 3. tools: The style files are the main parts of the site is located in this folder.
  • 4. elements: Unclassed HTML elements. (eg. a { }, hr { },)
  • 5. objects: Objects, abstractions, and design patterns (e.g. .o-layout {}).
  • 6. components: Discrete, complete chunks of UI (e.g. .c-carousel {}).
  • 7. utilities: High-specificity, very explicit selectors. Overrides and helper classes (e.g. .u-hidden {}).
  • 8. vendors: Outside library files. (e.g magnific-popup, jquery-ui, )

hyper.scss: Home sass file. You can @import way of typing necessary to your project.

Depending on the structure of your project, you can add new scss files to expand the structure. You're free.

Scaffolding

hyper/
|
|โ€“ settings/
|   |โ€“ __all.scss
|   |โ€“ _core.scss   
|   |โ€“ _theme.scss
|   |โ€“ _typography.scss
|   โ€ฆ
|
|โ€“ tools/
|   |โ€“ __all.scss
|   |โ€“ _clearfix.scss    
|   |โ€“ _breakpoints.scss
|   |โ€“ _fonts-face.scss   
|   |โ€“ _rem.scss
|   |โ€“ _list.scss
|   |โ€“ _grid.scss
|   |โ€“ _visibility.scss
|   |โ€“ _transition-delay
|   |โ€“ _background-retina
|   โ€ฆ                     
|
|โ€“ base/
|   |โ€“ __all.scss
|   |โ€“ _normalize.scss      
|   |โ€“ _fonts.scss     
|   |โ€“ _typography.scss
|   |โ€“ _icons.scss   
|   |โ€“ _reboot.scss            
|   โ€ฆ  
|
|โ€“ elements/
|   |โ€“ __all.scss
|   |โ€“ _links.scss      
|   |โ€“ _hr.scss             
|   โ€ฆ  
|                   
|โ€“ objects/
|   |โ€“ __all.scss
|   |โ€“ _header.scss
|   |โ€“ _main-nav.scss
|   |โ€“ _breadcrumbs.scss
|   |โ€“ _list.scss
|   โ€ฆ                     
|
|โ€“ components/
|   |โ€“ __all.scss
|   |โ€“ _button.scss     
|   |โ€“ _accordion.scss
|   |โ€“ _carousel.scss
|   |โ€“ _modal.scss
|   |โ€“ _slider.scss
|   |โ€“ _table.scss
|   |โ€“ _box.scss
|   โ€ฆ                   
|
|โ€“ utilities/
|   |โ€“ __all.scss
|   |โ€“ _clearfix.scss 
|   |โ€“ _typography.scss 
|   |โ€“ _heading.scss 
|   |โ€“ _print.scss 
|   |โ€“ _visibility.scss 
|   |โ€“ _float.scss 
|   |โ€“ _gap.scss 
|   |โ€“ _responsive-img.scss 
|   |โ€“ _scroll.scss 
|   โ€ฆ 
|
|โ€“ vendors/
|   |โ€“ __all.scss
|   |โ€“ _library-file.scss  
|   โ€ฆ                     
|
โ€“ hyper.scss  # Hyper main scss file

License

MIT license

hyper's People

Contributors

ilkeryilmaz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

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.