Git Product home page Git Product logo

css-custom-properties's Introduction

Fork deze deeltaak en ga aan de slag. Onderstaande outline ga je gedurende deze taak in jouw eigen GitHub omgeving uitwerken. De instructie vind je in: docs/INSTRUCTIONS.md

CSS Custom Properties

Pas custom properties toe en breng structuur aan in een CSS file.

Licentie

This project is licensed under the terms of the MIT license.

css-custom-properties's People

Contributors

doriend avatar joostf avatar koopreynders avatar krijnhoetmer avatar sidstumple avatar suustenvoorde avatar

Watchers

 avatar  avatar  avatar  avatar

css-custom-properties's Issues

Deeltaak over Custom properties én conventies

Dit is de DOD van de leertaak, daar moet de deeltaak over gaan:

  • Gebruik gestructureerde CSS voor je project met custom properties en conventies

Geen container queries, dat komt later wel ... [ast ook beter bij sprint 16 over componenten.

Bronnen en uitleg

A Complete Guide to Custom Properties
https://css-tricks.com/a-complete-guide-to-custom-properties/

Why care about CSS Custom Properties?

  • They help DRY up your CSS. That is “Don’t Repeat Yourself.” Custom properties can make code easier to maintain because you can update one value and have it reflected in multiple places. Careful though, overdoing abstraction can make have the opposite effect and make code less understandable.
  • They are particularly helpful for things like creating color themes on a website.
  • They unlock interesting possibilities in CSS. In no small part because they cascade.
  • The fact that they can be updated in JavaScript opens up even more interesting possibilities.

Using CSS custom properties (variables)
https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties

Welk project?

Er staat in de opdracht dat je dit moet toepassen op de CSS van je living styleguide. Dit is echter een document waar meerdere mensen in werken. Van Justus begreep ik dat het op je project van de leertaak moet. Misschien nog even naar kijken/duidelijker vermelden.

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.