uikit / uikit

A lightweight and modular front-end framework for developing fast and powerful web interfaces

Home Page:http://getuikit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UIkit CSS issues

Marinnnnce8 opened this issue · comments

UIkit Version

3.18.3

Actual Behavior

"UIkit CSS Issue: Parse Error in :root Declaration"
Description: This issue highlights a parse error encountered in the :root declaration of the UIkit CSS file. The error message suggests a syntax problem that needs attention.

"UIkit CSS Error: Invalid Value for .uk-text-background"
Description: This issue pertains to an invalid value error found in the .uk-text-background class of the UIkit CSS file. The reported error suggests that the background-image property value is not recognized as a valid color value.

Expected Behavior

The UIkit CSS file should be free from syntax errors like parse errors in the :root declaration and should use valid property values throughout, including for the .uk-text-background class. These issues indicate potential problems with the CSS file that need to be addressed to ensure its proper functionality and compatibility with web standards.

Screenshot

image

Steps to Reproduce the Problem

  1. Visit CSS Checker - https://jigsaw.w3.org/css-validator/
  2. Validate by URI/file upload/direct input
  3. Check

Regarding the Parse Error. I think it's false positive. I opened an issue here: w3c/css-validator#414

The Value Error will be fixed in the Sass sources with the next release.