Giter Club home page Giter Club logo

Comments (4)

kwaledesign avatar kwaledesign commented on September 26, 2024

also need to test to be sure variable overrides are taking precedent

from archetype.

kwaledesign avatar kwaledesign commented on September 26, 2024

Integration of normalize.css has been an issue i've been consistently uncertain about. Normalize project documentation illustrates two distinct implementation methods: 1) integrate normalize into your project and modify to suit your needs - the downside here is difficulty in upgrading normalize after it has been significantly modified. 2) integrate as a standalone module and override rather than modify - this makes upgrading easy at the expense of potential code redundancy. After struggling with this for far too long, I think the best approach for Archetype is to include normalize as a standalone module. To accomplish this and also mitigate the redundant code issue, I believe the best way forward is to include normalize as a Sass module and breakup each of its sections into its own mixin. This will allow for easy 'disabling' of un-necessary sections of normalize on a per project bases or to test. Normalize should be kept in the base/ directory. Adding variables to normalize is a bad idea - any customizations should be isolated into their own component. Everything built ontop of normalize should be built as a component.

from archetype.

kwaledesign avatar kwaledesign commented on September 26, 2024

removed variables from Archetype-Utilities/archetype/_normalize.scss partial here

from archetype.

kwaledesign avatar kwaledesign commented on September 26, 2024

removed variables from Archetype/_settings.scss partial here

from archetype.

Related Issues (20)

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.