Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Whats the best way to check large css file for parts breaking up the css?

Featured Replies

I have a large css file in use. Have experienced several times that new added css rules where not applied. After long searching for a minor mistake or after placing the new part earlier in the css file I got it working.
That made me wondering: What is the best way to check large css file for parts breaking up the css?  Is there some tool for checking css for breaking parts?
 

  • Author

Ah great thanks.

Do you know if there is  a plugin for browsers (FF or Chrime)  to only show the media querys ? to be able to work on responsive for mobile :)
Now I use the responsive tool but that is not always clear since it is all mixed up.

I think most CSS is actually written as Sass/Scss/Less etc these days and then compiled down to CSS through an automatic build tool like webpack, so if there's any errors then it won't compile down and they would be an error in the console.

For viewing the website as responsive, you can just use the F12 dev tools built into most modern browsers, it will let you display the website at a particular size, and let you inspect the style rules applied at that size, toggle them, edit them in the browser to experiment with what they look like etc.

I can't imagine doing any form or web dev or designing without writing something like Scss, having a build process and error checking, and using browser dev tools to tweak and inspect a page

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.