Category: css
Categories:-
Implementing CSS Variables
Tags that this post has been filed under.
As of today Can I Use gives 91.65% of browsers now being a capable of using Css variables so I thought it was time to implement their use on my website.
Useful Mixins used in CSS
Tags that this post has been filed under.
These are the mixins that come with the Static Website Boilerplate found here, they are a work in progress as I add to them when necessary.
Scss includes for Grid Layout
Tags that this post has been filed under.
With CSS Grid Layout being widely accepted for page and sub-page layouts, I had a need for main section of a page to contain full width and narrower sections.
Cache Busting Css and Js files
Tags that this post has been filed under.
Cache busting solves the browser caching issue by using a unique file version identifier to tell the browser that a new version of the file is available.