8 Things You Must Do in CSS

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • css

    A mostly reasonable approach to CSS and Sass. (by airbnb)

  • Aside from naming convention, there is CSS styleguide that could help you create maintainable CSS. The most famous one is Airbnb styleguide. It is recommended to combine their style guide with BEM or OOCSS.

  • Sass

    Sass makes CSS fun!

  • By using CSS Preprocessor, it enables you to use things like variables, nested rules, inline imports, prefix, and more. There are several CSS preprocessor, you can choose such as SASS, LESS, PostCSS etc.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • prettier

    Prettier is an opinionated code formatter.

  • You can use a code formatter tool called Prettier to help you auto format your code based on your team's preference. You can also integrate with linter, such as ESlint for bugs prevention.

  • PostCSS

    Transforming styles with JS plugins

  • By using CSS Preprocessor, it enables you to use things like variables, nested rules, inline imports, prefix, and more. There are several CSS preprocessor, you can choose such as SASS, LESS, PostCSS etc.

  • less.js

    Less. The dynamic stylesheet language.

  • By using CSS Preprocessor, it enables you to use things like variables, nested rules, inline imports, prefix, and more. There are several CSS preprocessor, you can choose such as SASS, LESS, PostCSS etc.

  • ESLint

    Find and fix problems in your JavaScript code.

  • You can use a code formatter tool called Prettier to help you auto format your code based on your team's preference. You can also integrate with linter, such as ESlint for bugs prevention.

  • Atomizer

    A library to create small, reusable CSS that scales as your website grows.

  • You should use meaningful and self descriptive names. There are several naming conventions or methodologies that you can follow, such as BEM, OOCSS, SMACSS, Atomic CSS and many more.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Advice for experienced dev taking on front-end role?

    6 projects | /r/Frontend | 11 Nov 2022
  • Creating a Gantt chart with React using Next.js

    4 projects | dev.to | 21 Sep 2022
  • The Ultimate Eleventy Template for your blog with a FREE minimalist theme [Open Source]

    14 projects | dev.to | 27 May 2021
  • Shared Data-Layer Setup For Micro Frontend Application with Nx Workspace

    4 projects | dev.to | 25 Apr 2024
  • What is an Abstract Syntax Tree in Programming?

    13 projects | dev.to | 5 Apr 2024