Merge branch 'master' of https://github.com/primefaces/primevue
commit
a6edc25a25
|
@ -1,8 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<DocSectionText v-bind="$attrs">
|
<DocSectionText v-bind="$attrs">
|
||||||
<p class="notification">
|
<p class="notification"><strong>Note</strong>: In near future, theming architecture of the styled mode will be redesigned to utilize CSS variables instead of SCSS variables in a backward compatible way for a dynamic approach.</p>
|
||||||
<strong>Note</strong>: In near future, theming architecture of the styled mode will be redesigned to utilize CSS variables instead of SCSS variables in a backward compatible way for a dynamic approach.
|
|
||||||
</p>
|
|
||||||
<p>
|
<p>
|
||||||
PrimeVue is a design agnostic library so unlike other UI libraries it does not enforce a certain styling such as material or bootstrap. In order to achieve this, styling has been separated into two parts, core and theme. The core resides
|
PrimeVue is a design agnostic library so unlike other UI libraries it does not enforce a certain styling such as material or bootstrap. In order to achieve this, styling has been separated into two parts, core and theme. The core resides
|
||||||
inside PrimeVue to implement the structure of the components such as positioning whereas theme brings the colors and spacing.
|
inside PrimeVue to implement the structure of the components such as positioning whereas theme brings the colors and spacing.
|
||||||
|
|
Loading…
Reference in New Issue