Hacker News
- Trigonometric Functions in CSS https://web.dev/css-trig-functions/ 52 comments
- CSS min() and max() functions are counterintuitive https://webplatform.news/issues/2020-05-07 10 comments
- CSS to get support for trigonometry functions https://www.zdnet.com/article/css-to-get-support-for-trigonometry-functions/ 2 comments
- Trigonometric functions in CSS https://web.dev/css-trig-functions/ 2 comments web_design
- Why custom properties don't work with the url() CSS function https://www.stefanjudis.com/today-i-learned/custom-properties-dont-work-with-the-url-css-function/ 2 comments css
- Use cases for CSS comparison functions https://ishadeed.com/article/use-cases-css-comparison-functions/ 2 comments css
- Understand CSS functional pseudo-class selectors :is() and :where() https://sudipta-deb.in/2022/08/understand-css-functional-pseudo-class-selectors-is-and-where.html 9 comments programming
- Anyone here have a functional Tailwind CSS LSP for tailwind-rn? https://github.com/tailwindlabs/tailwindcss-intellisense/issues/129 3 comments neovim
- Practical Uses of CSS Math Functions: calc, clamp, min, max https://moderncss.dev/practical-uses-of-css-math-functions-calc-clamp-min-max/ 4 comments webdev
- Tailwind CSS: Learn the joys of functional, responsive CSS https://www.infoworld.com/article/3622288/tailwind-css-learn-the-joys-of-functional-responsive-css.html 2 comments css
- Trigonometry in CSS and JavaScript: Getting Creative with Trigonometric Functions https://tympanus.net/codrops/2021/06/02/trigonometry-in-css-and-javascript-getting-creative-with-trigonometric-functions/ 2 comments frontend
- New CSS functional psuedo class selectors `:is()` and `:where()` https://web.dev/css-is-and-where/ 28 comments programming
- min(), max(), and clamp(): three logical CSS functions to use today https://web.dev/min-max-clamp/ 3 comments web_design
- min(), max(), and clamp(): three logical CSS functions to use today https://web.dev/min-max-clamp/ 8 comments css
- I created a login UI with HTML and CSS, what is the best way to make them functional? https://www.reddit.com/r/learnprogramming/comments/ignvor/i_created_a_login_ui_with_html_and_css_what_is/ 5 comments learnprogramming
- A Complete Guide to CSS Functions https://css-tricks.com/complete-guide-to-css-functions/ 3 comments webdev
- A Complete Guide to CSS Functions https://css-tricks.com/complete-guide-to-css-functions/ 3 comments css
- CSS math functions min(), max() and clamp() are starting to be supported, and it's amazing https://www.caniuse.com/#feat=css-math-functions 5 comments webdev
- In defense of Functional CSS http://minid.net/2019/08/12/in-defense-of-functional-css/ 7 comments css
- CSS to get support for trigonometry functions https://www.zdnet.com/article/css-to-get-support-for-trigonometry-functions/ 304 comments programming
- How to combine SASS color functions and CSS Variables https://codyhouse.co/blog/post/how-to-combine-sass-color-functions-and-css-variables 4 comments css
- The CSS Working Group agreed on new math functions (min, max, clamp, sin, cos and many more) https://twitter.com/bdc/status/1100921258839953408 142 comments webdev
- Simplify Styling with Functional CSS https://blog.rangle.io/styling-with-functional-css/ 7 comments css
- In defense of Functional CSS | Mike Crittenden's Blog https://www.mikecr.it/ramblings/functional-css/ 9 comments programming
- Classcat is a JavaScript function for conditionally concatenating CSS classes (smaller & faster than the popular alternative). https://github.com/jorgebucaran/classcat 10 comments node
- How Can I Add Functionality to Otherwise Dead HTML+CSS Template? https://www.reddit.com/r/webdev/comments/5lcckw/how_can_i_add_functionality_to_otherwise_dead/ 3 comments webdev
- Hacksaw Academy - Interactive platform where you can quickly learn HTML, CSS, and Javascript by building functional apps https://beta.hacksaw.academy 5 comments web_design
- Hacksaw Academy - Interactive platform where you can quickly learn HTML, CSS, and Javascript by building functional apps https://hacksaw.academy 44 comments programming
- Power of the rgba() Color Function in CSS https://css-tricks.com/the-power-of-rgba/ 3 comments web_design
- A fully functional vending machine - Built with HTML, CSS and JS http://codepen.io/lewitje/full/gjqbba 44 comments webdev
- What happened to the 'copy cSS Path' function in Firebug? https://www.reddit.com/r/web_design/comments/4mx7ms/what_happened_to_the_copy_css_path_function_in/ 8 comments web_design
- Functioning Keyboard in CSS http://codepen.io/jakealbaugh/pen/LNdWZG 5 comments css
- ngCss: Angular Binding in CSS enabling Variables, Mix-ins and other LESS-like functionality http://opensourcetaekwondo.com/ngcss/ 5 comments angularjs
- Functional CSS (FCSS) http://flippinawesome.org/2013/08/26/functional-css-fcss/ 3 comments webdev
- I found this super interesting as a musician. An online interactive stem player. I'm very intrigued on how this was created and made so functional. My online skills go so far as html and CSS. Would love to know what went into it in terms of programming languages. https://courtneybarnett.com.au/stemmixer 5 comments webdev
- Elm: functional reactive web-programming (compiles to html, css, js). Just added reactive values, basic canvas support, and new interactive examples. http://elm-lang.org/elm.elm 20 comments haskell
- This Week In React #193: State of React, Server Functions, next/form, useId, Astro, Meteor, Gluestack, React-Aria, Turbopack, Airbnb, Apollo, DRY, IDX, Bootsplash, Flash Calendar, CSS, ES, Poku... https://thisweekinreact.com/newsletter/193 17 comments reactjs
- Can someone help me with this javascript code? There are two eventlisteners within two if statements. Their function is to add/remove a certain css property that makes a certain button visible. I am trying to enable a toggle effect. https://codepen.io/temporaryeman/pen/JjpGJad 10 comments learnprogramming
- I want to add dropdown functionality to my current css navbar, what would I need to take from this example to achieve that? http://cssdeck.com/labs/another-simple-css3-dropdown-menu 9 comments webdev
- The math and CSS of responsive type scales — a deep dive on exponential and linear functions, CSS units, `clamp()`, etc., that go into calculators like Utopia.fyi https://noahliebman.net/2024/01/the-math-and-css-of-responsive-type-scales/ 11 comments frontend