cancel
Showing results for 
Search instead for 
Did you mean: 

How can we use CSS classes of https://www.w3schools.com/w3css/4/w3.css in SAP UI5

uppu_narayan
Active Participant
0 Kudos

Hi,

Is there any way we can use the W3css classes in SAP UI5, any suggestion would be appreciated.

Regards,

Naraya

former_member183518
Active Participant
0 Kudos

You can but Why would you want to use it ? What's the usecase ?

uppu_narayan
Active Participant
0 Kudos

Just trying out different things, would like to know how i can make use of it. Any suggestion will be helpful.

saurabh_vakil
Active Contributor
0 Kudos

One options is writing the required CSS code in a .css file (style.css), put this CSS file in a css folder within the webapp folder of your project and refer to the CSS file within the manifest.json file under the sap.ui5 block in the resources section.

"resources": {
  "css": [
    {
      "uri": "css/style.css"
    }
  ]
}

Accepted Solutions (0)

Answers (0)