This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 90f50b9 - Added empty spark.css to the distribution
90f50b9 is described below
commit 90f50b934a4b96761455bacb400e468d922b836a
Author: Christofer Dutz <[email protected]>
AuthorDate: Thu Feb 18 16:04:41 2021 +0100
- Added empty spark.css to the distribution
---
.../main/resources/frameworks/themes/Spark/spark.css | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/distribution/src/main/resources/frameworks/themes/Spark/spark.css
b/distribution/src/main/resources/frameworks/themes/Spark/spark.css
new file mode 100644
index 0000000..b3c9433
--- /dev/null
+++ b/distribution/src/main/resources/frameworks/themes/Spark/spark.css
@@ -0,0 +1,18 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+/* empty file needed by compiler */
\ No newline at end of file