Browse Source

Delete the pom files animation.scss, _normalize.scss and _animation.scss under the common folder

pull/3/MERGE
break60 4 years ago committed by gaojun2048
parent
commit
86102b8950
  1. 3658
      dolphinscheduler-ui/src/sass/common/_animation.scss
  2. 1
      dolphinscheduler-ui/src/sass/common/index.scss
  3. 2
      pom.xml

3658
dolphinscheduler-ui/src/sass/common/_animation.scss

File diff suppressed because it is too large Load Diff

1
dolphinscheduler-ui/src/sass/common/index.scss

@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@import "animation";
@import "scrollbar";
@import "table";

2
pom.xml

@ -795,8 +795,6 @@
<exclude>**/node/**</exclude>
<exclude>**/dist/**</exclude>
<exclude>**/licenses/**</exclude>
<exclude>**/src/sass/common/_animation.scss</exclude>
<exclude>**/src/sass/common/_normalize.scss</exclude>
<exclude>.github/**</exclude>
<exclude>sql/soft_version</exclude>
<exclude>**/common/utils/ScriptRunner.java</exclude>

Loading…
Cancel
Save