Giter Club home page Giter Club logo

core-scss's Introduction

core-scss

How the SCSS is organised for the Eredivisie Profcoach games made by Chroma.

Structure

Please note that the app and static directories are include here for illustration and reference only. They are not intended for use 'as is' in other projects.

core

Base set of SCSS variables, mixins and OOCSS base helper classes. These are designed to be super generic and intended to be used across all games and to form the basis for the SCSS in the white label platform product. These styles may be used as the basis for other style frameworks.

app

SCSS variables, mixins and OOCSS helper classes that are brand, and possibly game specific. The preferred pattern is to include and extend named stylesheets from the core set. A master 'theme' stylesheet collates these extensions. Because the theme stylesheet will be imported into all components, it is important not to include any literal CSS/SCSS rules. Any literal CSS/SCSS should only be imported into the top level stylesheet (the convention is to attach this top level stylesheet into BaseContainer). As a guide, the naming convention is to precede a stylesheet filename with an underscore which indicates that the stylesheet contains no literal CSS/SCSS, and can therefore be safely imported anywhere.

static

The default place for static assets and webfont files. Variables in app/variables set the css font and image base paths to this directory.

Credits

core-scss's People

Contributors

kierandenshi avatar

Watchers

 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.