Robuta

https://css-tricks.com/two-css-properties-for-trimming-text-box-whitespace/
Sep 13, 2024 - The text-box-trim and text-box-edge properties in CSS enable developers to trim specifiable amounts of the whitespace that appear above the
css propertiestwotrimmingtextbox
https://adrianroselli.com/2018/02/tables-css-display-properties-and-aria.html
Update: 7 October 2023 Tables with display properties are now functional across Chromium, Gecko, and (finally) WebKit browsers. Barring regressions (which have...
css displayadrian rosellitablespropertiesaria
https://speakerdeck.com/malarkey/developing-inspired-guides-with-css-custom-properties-variables
Oct 2, 2017 - Using CSS Custom Properties (variables) is a useful way to develop style guides that are usable by both creative and technical people. In this...
css custom propertiesspeaker deckdevelopinginspiredguides
https://developer.mozilla.org/en-US/docs/Web/CSS/Guides/Animations/Animatable_properties
CSS Animations and Transitions rely on the concept of animatable properties, and all CSS properties are animatable unless otherwise specified. Each property's...
css propertiesmdn
https://www.smashingmagazine.com/2023/01/creating-high-contrast-design-system-css-custom-properties/
Managing our colors can truly help people to access our content. In this article, Brecht de Ruyte takes a deep dive into how we can create a high-contrast...
css custom propertieshigh contrastdesign systemcreating
https://web.dev/blog/baseline-devtools-css
Baseline information is now available for CSS properties in the Elements panel of Chrome DevTools!
css propertieschrome devtoolsbaselineblogweb
https://www.oddbird.net/2017/08/11/charts/
Inspired by Robin Rendle, I demonstrate some of my early experiments combining CSS Grids and custom properties to create dynamic layouts and...
custom propertiescsschartsgridamp
https://frontendmasters.com/blog/important-and-css-custom-properties/
The `!important` part doesn't become part of the value, the whole declaration is treated as !important;
css custom propertiesfrontend mastersimportantblog
https://frontendmasters.com/blog/you-really-dont-have-to-put-your-css-custom-properties-in-root/
I feel like most usage of global CSS custom property use has the author putting them into a :root selector like: This is just a PSA that you… don’t...
reallyputcss
https://www.smashingmagazine.com/2022/03/windows-high-contrast-colors-mode-css-custom-properties/
CSS Custom Properties can be used for far more than just color, and their values update in realtime, both via display mode updates and JavaScript logic. This...
high contrastwindowsmodeforcedcolors
https://css-tricks.com/tag/custom-properties/
custom propertiescss tricksarchives
https://css-tricks.com/a-complete-guide-to-custom-properties/
Oct 17, 2024 - Everything important and useful to know about CSS Custom Properties. Like that they are often referred to as
css custom propertiesguidetricks
https://webdesign.tutsplus.com/an-introduction-to-css-logical-properties--CRS-201058c
If you’ve never heard of CSS logical properties, don’t worry— they’re pretty new, but they’re also pretty awesome! The basic idea behind them is that...
logical propertiesintroductioncsstuts
https://syntax.fm/show/278/potluck-mdx-portfolio-projects-code-commenting-css-properties-reusable-components-more
Scott and Wes answer listener questions on topics like MDX, ordering CSS properties, explaining complex code, portfolio projects for junior devs, the Sails.js...
potluckmdxportfolioprojectscode
https://www.oddbird.net/2019/07/01/custom-props/
a deep-dive into what's possible
css custom propertiesoddbird
https://www.tpgi.com/short-note-on-what-css-display-properties-do-to-table-semantics/
Jun 2, 2025 - Changing CSS display properties on tables can remove their semantics, affecting accessibility. Learn how to preserve meaning for assistive technologies.
css displaypropertiestablesemanticstpgi
https://tailwindcss.com/blog/tailwindcss-v3-3
Tailwind CSS v3.3 is here — bringing a bunch of new features people have been asking for forever, and a bunch of new stuff you didn't even know you...
tailwind csscolor paletteextendedesmts
https://www.stefanjudis.com/today-i-learned/the-surprising-behavior-of-important-css-custom-properties/
May 12, 2024 - The `!important` keyword is removed when using custom properties as CSS property values.
css custom propertiessurprisingbehaviorimportantstefan
https://www.slideshare.net/slideshow/a11yto-conf-2020-css-display-properties-v-html-semantics/238932881
Developers who choose HTML elements that best describe a screen’s structure and semantics often don’t know how browsers use their CSS to break those...
css displayconfpropertiesvhtml
https://www.caniemail.com/features/css-column-layout-properties/
Supported in Apple Mail, Gmail. Partially supported in Outlook. Not supported in Yahoo! Mail.
csscolumnproperties
https://simonwillison.net/2021/Jan/7/css-apis-no-javascript/
I built a new Datasette plugin called datasette-css-properties. It’s very, very weird—it adds a .css output extension to Datasette which outputs the result...
apiscsswithoutjavascriptdatasette
https://adrianroselli.com/2019/11/css-logical-properties.html
I have often remarked that my blog is little more than a place for me to offload my memory. I need not remember the syntax, logic, test results, etc. of every...
logical propertiesadrian rosellicss
https://adrianroselli.com/2020/03/csun-2020-css-display-properties-versus-html-semantics.html
While originally I was scheduled to attend CSUN to present two talks one talk, I ended up not attending (my father won A Major Award so I joined him instead)....
css displaycsunpropertiesversushtml
https://24ways.org/2018/managing-flow-and-rhythm-with-css-custom-properties/
Andy Bell rings out a call for a more flexible method of achieving consistent vertical rhythm across components within a page. Using a technique of CSS custom...
css custom propertiesmanagingflowrhythm
https://12daysofweb.dev/2021/css-custom-properties/
Also known as "CSS variables," this nifty modern CSS feature enables incredible flexibility throughout your stylesheets.
css custom propertiesdaysweb
https://css-tricks.com/css-attr-function-got-nothin-custom-properties/
May 2, 2019 - Normally, the connection between CSS and HTML is that CSS selectors match HTML elements, and the CSS styles them. CSS doesn't know about the actual...
custom propertiescssattrfunctiongot
https://www.caniemail.com/features/css-variables/
Supported in Apple Mail. Not supported in Gmail, Outlook, Yahoo! Mail.
css variablescustom properties
https://css-tricks.com/almanac/properties/
Aug 21, 2025 - Properties are what we apply to elements when they are selected, such as a border, background color, or font, among many others that you’ll find on this page.
css tricksproperties
https://bryanlrobinson.com/blog/creating-your-first-css-custom-property-variable/
In this tutorial, we'll tackle one of the amazing new features of CSS: Custom Properties. You may also have heard them referred to as CSS Variables.
css custom propertiescreatefirstvariables
https://github.com/postcss/postcss-custom-properties
Use Custom Properties in CSS. Contribute to postcss/postcss-custom-properties development by creating an account on GitHub.
custom propertiesgithubpostcssuse
https://regex101.com/library/yO7aQ4
Search, filter and view user submitted regular expressions in the regex library. Over 20,000 entries, and counting!
grabvalidcssrulesproperties